ESRI.ArcGIS.Mobile
FlashGeometry(Pen,SolidBrush,Int32,Int32,Int32,IGeometry[]) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class > FlashGeometry Method : FlashGeometry(Pen,SolidBrush,Int32,Int32,Int32,IGeometry[]) Method

pen
brush
pointSize
delay
count
geometryArray
Flashes the specified geometry array.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub FlashGeometry( _
   ByVal pen As Pen, _
   ByVal brush As SolidBrush, _
   ByVal pointSize As Integer, _
   ByVal delay As Integer, _
   ByVal count As Integer, _
   ByVal geometryArray() As IGeometry _
) 
C# 
public void FlashGeometry( 
   Pen pen,
   SolidBrush brush,
   int pointSize,
   int delay,
   int count,
   IGeometry[] geometryArray
)

Parameters

pen
brush
pointSize
delay
count
geometryArray

Remarks

This overloaded method is provided to flash a bunch of geometries as a whole.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also